safing-portbase/go.mod
2021-11-17 14:23:47 +01:00

42 lines
1.6 KiB
Modula-2

module github.com/safing/portbase
go 1.15
require (
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/VictoriaMetrics/metrics v1.18.0
github.com/aead/serpent v0.0.0-20160714141033-fba169763ea6
github.com/armon/go-radix v1.0.0
github.com/bluele/gcache v0.0.2
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/dgraph-io/badger v1.6.2
github.com/dgraph-io/ristretto v0.1.0 // indirect
github.com/fxamacker/cbor/v2 v2.3.0
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/gofrs/uuid v4.0.0+incompatible
github.com/golang/glog v1.0.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-version v1.3.0
github.com/pkg/errors v0.9.1 // indirect
github.com/seehuhn/fortuna v1.0.1
github.com/shirou/gopsutil v3.21.9+incompatible
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.6.1
github.com/tevino/abool v1.2.0
github.com/tidwall/gjson v1.9.4
github.com/tidwall/sjson v1.2.2
github.com/tklauser/go-sysconf v0.3.9 // indirect
go.etcd.io/bbolt v1.3.6
golang.org/x/net v0.0.0-20211013171255-e13a2654a71e // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)