-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathgo.mod
25 lines (23 loc) · 982 Bytes
/
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
module github.com/FINRAOS/yum-nginx-api
go 1.15
require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-ozzo/ozzo-routing v2.1.4+incompatible
github.com/golang/gddo v0.0.0-20201222204913-17b648fae295 // indirect
github.com/h2non/filetype v1.1.0
github.com/magiconair/properties v1.8.4 // indirect
github.com/mitchellh/mapstructure v1.4.0 // indirect
github.com/mutecomm/go-sqlcipher v0.0.0-20170920224653-f799951b4ab2
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/spf13/afero v1.5.1 // 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.1
github.com/ulikunitz/xz v0.5.9
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
golang.org/x/sys v0.0.0-20210105210732-16f7687f5001 // indirect
golang.org/x/text v0.3.4 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)