forked from launchdarkly/go-server-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 852 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module gopkg.in/launchdarkly/go-server-sdk.v5
go 1.13
require (
github.com/fsnotify/fsnotify v1.4.7
github.com/gregjones/httpcache v0.0.0-20171119193500-2bcd89a1743f
github.com/kr/pretty v0.2.1 // indirect
github.com/launchdarkly/eventsource v1.4.3
github.com/launchdarkly/go-ntlm-proxy-auth v1.0.1
github.com/launchdarkly/go-test-helpers/v2 v2.2.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/stretchr/testify v1.6.1
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20200122134326-e047566fdf82 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/ghodss/yaml.v1 v1.0.0
gopkg.in/launchdarkly/go-sdk-common.v2 v2.0.0
gopkg.in/launchdarkly/go-sdk-events.v1 v1.0.0
gopkg.in/launchdarkly/go-server-sdk-evaluation.v1 v1.0.0
gopkg.in/yaml.v2 v2.3.0 // indirect
)