-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
36 lines (33 loc) · 1.37 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
module github.com/YaleOpenLab/openx
go 1.13
require (
github.com/Varunram/essentials v1.0.4
github.com/bithyve/research v0.0.0-20191102090848-d238806b60bf
github.com/boltdb/bolt v1.3.1
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-chi/chi v4.1.1+incompatible // indirect
github.com/go-errors/errors v1.0.2 // indirect
github.com/ipfs/go-cid v0.0.6 // indirect
github.com/ipfs/go-ipfs-files v0.0.8 // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/lib/pq v1.5.2 // indirect
github.com/libp2p/go-libp2p-core v0.5.6 // indirect
github.com/mitchellh/mapstructure v1.3.1 // indirect
github.com/multiformats/go-multiaddr-net v0.1.5 // indirect
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/pkg/errors v0.9.1
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7
github.com/sirupsen/logrus v1.6.0 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.0
github.com/stellar/go v0.0.0-20200528062442-f08b35a3f034
github.com/stellar/go-xdr v0.0.0-20200331223602-71a1e6d555f2 // indirect
github.com/stretchr/objx v0.2.0 // indirect
gopkg.in/ini.v1 v1.57.0 // indirect
)
replace (
bitbucket.org/ww/goautoneg => github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d
)