forked from nanopack/portal
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
35 lines (32 loc) · 1.71 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
module github.com/mu-box/portal
go 1.20
require (
github.com/coreos/go-iptables v0.0.0-20151211183357-90456be57fcb
github.com/garyburd/redigo v0.0.0-20151219232044-836b6e58b335
github.com/gorilla/pat v0.0.0-20160413041632-cf955c3d1f2c
github.com/jcelliott/lumber v0.0.0-20160324203708-dd349441af25
github.com/lib/pq v0.0.0-20160806144029-80f8150043c8
github.com/mu-box/microbox-router v0.0.0-20180417202558-c2acc6938f80
github.com/spf13/cobra v0.0.0-20160802223737-7c674d9e7201
github.com/spf13/viper v0.0.0-20160508180713-d8a428b8a306
github.com/twinj/uuid v0.0.0-20151029044442-89173bcdda19
)
require (
github.com/BurntSushi/toml v0.1.1-0.20160102144748-5c4df71dfe9a // indirect
github.com/fsnotify/fsnotify v1.3.0 // indirect
github.com/gorilla/context v0.0.0-20150820051245-1c83b3eabd45 // indirect
github.com/gorilla/mux v0.0.0-20151231161908-26a6070f8499 // indirect
github.com/hashicorp/hcl v0.0.0-20151218175300-197e8d3cf421 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/magiconair/properties v1.6.1-0.20151221213149-c81f9d71af8f // indirect
github.com/mitchellh/mapstructure v0.0.0-20150717051158-281073eb9eb0 // indirect
github.com/nanobox-io/nanobox-router v0.0.0-20190311151444-8468a5929ca1 // indirect
github.com/spf13/cast v0.0.0-20151218135219-ee7b3e035316 // indirect
github.com/spf13/jwalterweatherman v0.0.0-20151231185856-d00654080cdd // indirect
github.com/spf13/pflag v0.0.0-20160427162146-cb88ea77998c // indirect
github.com/stretchr/testify v1.8.2 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.7.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.0.0-20150924142314-53feefa2559f // indirect
)