-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
54 lines (52 loc) · 2.37 KB
/
Copy pathgo.mod
File metadata and controls
54 lines (52 loc) · 2.37 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
module github.com/Nacdlow/iglu-server
go 1.13
require (
cloud.google.com/go v0.55.0 // indirect
github.com/BurntSushi/toml v0.3.1
github.com/Nacdlow/plugin-sdk v0.0.0-20200311042405-5b018faa56b3
github.com/adlio/darksky v0.0.0-20190219023837-63c8e8a7fabe
github.com/aws/aws-sdk-go v1.29.27 // indirect
github.com/brianvoe/gofakeit/v4 v4.3.0
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20191128021309-1d7a30a10f73 // indirect
github.com/elazarl/go-bindata-assetfs v1.0.0 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-macaron/bindata v0.0.0-20200308113348-9fced76aaa6e
github.com/go-macaron/binding v1.1.0
github.com/go-macaron/csrf v0.0.0-20200308113458-6ceba14208b2
github.com/go-macaron/inject v0.0.0-20200308113650-138e5925c53b // indirect
github.com/go-macaron/session v0.0.0-20200308113048-b7fb93714c69
github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de // indirect
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
github.com/hashicorp/go-getter v1.4.1
github.com/hashicorp/go-hclog v0.12.1
github.com/hashicorp/go-plugin v1.2.0
github.com/hashicorp/go-version v1.2.0 // indirect
github.com/jmespath/go-jmespath v0.3.0 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/lib/pq v1.3.0 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.2.0 // indirect
github.com/pelletier/go-toml 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.6.2
github.com/stretchr/testify v1.5.1
github.com/ulikunitz/xz v0.5.7 // indirect
github.com/unknwon/com v1.0.1 // indirect
github.com/urfave/cli/v2 v2.2.0
gitlab.com/skilstak/code/go/uniq v0.0.0-20190715184642-a9672d63d2d8
golang.org/x/crypto v0.0.0-20200317142112-1b76d66859c6
golang.org/x/tools v0.0.0-20200318150045-ba25ddc85566 // indirect
golang.org/x/tools/gopls v0.3.4 // indirect
google.golang.org/genproto v0.0.0-20200318110522-7735f76e9fa5 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/ini.v1 v1.55.0 // indirect
gopkg.in/macaron.v1 v1.3.5
gopkg.in/yaml.v2 v2.2.8 // indirect
xorm.io/core v0.7.3
xorm.io/xorm v0.8.2
)