...
1module github.com/launchdarkly/go-server-sdk/v6
2
3go 1.18
4
5require (
6 github.com/fsnotify/fsnotify v1.4.7
7 github.com/gregjones/httpcache v0.0.0-20171119193500-2bcd89a1743f
8 github.com/launchdarkly/ccache v1.1.0
9 github.com/launchdarkly/eventsource v1.6.2
10 github.com/launchdarkly/go-jsonstream/v3 v3.0.0
11 github.com/launchdarkly/go-ntlm-proxy-auth v1.0.1
12 github.com/launchdarkly/go-sdk-common/v3 v3.0.1
13 github.com/launchdarkly/go-sdk-events/v2 v2.0.1
14 github.com/launchdarkly/go-server-sdk-evaluation/v2 v2.0.2
15 github.com/launchdarkly/go-test-helpers/v3 v3.0.2
16 github.com/patrickmn/go-cache v2.1.0+incompatible
17 github.com/stretchr/testify v1.7.0
18 golang.org/x/exp v0.0.0-20220823124025-807a23277127
19 golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
20 gopkg.in/ghodss/yaml.v1 v1.0.0
21)
22
23require (
24 github.com/davecgh/go-spew v1.1.1 // indirect
25 github.com/google/uuid v1.1.1 // indirect
26 github.com/josharian/intern v1.0.0 // indirect
27 github.com/launchdarkly/go-ntlmssp v1.0.1 // indirect
28 github.com/launchdarkly/go-semver v1.0.2 // indirect
29 github.com/mailru/easyjson v0.7.6 // indirect
30 github.com/pmezard/go-difflib v1.0.0 // indirect
31 github.com/rogpeppe/go-internal v1.9.0 // indirect
32 golang.org/x/crypto v0.1.0 // indirect
33 golang.org/x/sys v0.1.0 // indirect
34 gopkg.in/yaml.v2 v2.3.0 // indirect
35 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
36)
View as plain text