-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 1.06 KB
/
go.mod
File metadata and controls
25 lines (22 loc) · 1.06 KB
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
module github.com/prantlf/saz-tools
go 1.14
// +heroku goVersion go1.14
require (
github.com/CAFxX/gziphandler v1.1.2-0.20200203230742-ce68245e7762
github.com/bluele/gcache v0.0.0-20190518031135-bc40bd653833
github.com/evanw/esbuild v0.11.19 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-bindata/go-bindata/v3 v3.1.3 // indirect
github.com/kisielk/errcheck v1.4.0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d // indirect
github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e
github.com/spaolacci/murmur3 v1.1.0
github.com/spf13/pflag v1.0.5 // indirect
github.com/tdewolff/minify/v2 v2.9.16 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/sys v0.0.0-20200724161237-0e2f3a69832c // indirect
golang.org/x/tools v0.0.0-20200913032122-97363e29fc9b // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)