...

Text file src/github.com/launchdarkly/go-sdk-common/v3/go.mod

Documentation: github.com/launchdarkly/go-sdk-common/v3

     1module github.com/launchdarkly/go-sdk-common/v3
     2
     3go 1.18
     4
     5require (
     6	github.com/launchdarkly/go-jsonstream/v3 v3.0.0
     7	github.com/launchdarkly/go-test-helpers/v3 v3.0.1
     8	github.com/mailru/easyjson v0.7.6
     9	github.com/stretchr/testify v1.7.0
    10	golang.org/x/exp v0.0.0-20220823124025-807a23277127
    11)
    12
    13require (
    14	github.com/davecgh/go-spew v1.1.1 // indirect
    15	github.com/josharian/intern v1.0.0 // indirect
    16	github.com/kr/text v0.2.0 // indirect
    17	github.com/pmezard/go-difflib v1.0.0 // indirect
    18	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
    19	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
    20)

View as plain text