-
-
Notifications
You must be signed in to change notification settings - Fork 161
/
Copy pathgo.mod
19 lines (17 loc) · 647 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/thomaspoignant/go-feature-flag
go 1.15
require (
cloud.google.com/go/storage v1.22.0
github.com/antlr/antlr4 v0.0.0-20201206235148-c87e55b61113 // indirect
github.com/aws/aws-sdk-go v1.44.5
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/golang/mock v1.6.0
github.com/google/go-cmp v0.5.8
github.com/nikunjy/rules v0.0.0-20200120082459-0b7c4dc9dc86
github.com/pelletier/go-toml v1.9.5
github.com/stretchr/testify v1.7.1
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
google.golang.org/api v0.77.0
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
)