This repository has been archived by the owner on Aug 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 266
/
go.mod
34 lines (32 loc) · 1.49 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
module github.com/attic-labs/noms
go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/aboodman/noms-gx v0.0.0-20180714061401-d6cb97cb040b
github.com/alecthomas/kingpin v2.2.6+incompatible // indirect
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/attic-labs/graphql v0.0.0-20190507195614-b6552d20145f
github.com/attic-labs/kingpin v2.2.7-0.20180312050558-442efcfac769+incompatible
github.com/aws/aws-sdk-go v1.19.26
github.com/clbanning/mxj v1.8.4
github.com/codahale/blake2 v0.0.0-20150924215134-8d10d0420cbf
github.com/dustin/go-humanize v1.0.0
github.com/golang/snappy v0.0.1
github.com/hanwen/go-fuse v1.0.0
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7
github.com/juju/gnuflag v0.0.0-20171113085948-2ce1bb71843d
github.com/julienschmidt/httprouter v1.2.0
github.com/kch42/buzhash v0.0.0-20160816060738-9bdec3dec7c6
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.7
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
github.com/shirou/gopsutil v2.18.12+incompatible
github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e
github.com/stretchr/testify v1.3.0
github.com/syndtr/goleveldb v1.0.0
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)