mirror of
https://github.com/safing/portbase
synced 2025-09-01 10:09:50 +00:00
40 lines
1.5 KiB
Modula-2
40 lines
1.5 KiB
Modula-2
module github.com/safing/portbase
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/VictoriaMetrics/metrics v1.18.1
|
|
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.4.0
|
|
github.com/gofrs/uuid v4.2.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.4.0
|
|
github.com/seehuhn/fortuna v1.0.1
|
|
github.com/shirou/gopsutil v3.21.11+incompatible
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/tevino/abool v1.2.0
|
|
github.com/tidwall/gjson v1.14.0
|
|
github.com/tidwall/sjson v1.2.4
|
|
github.com/tklauser/go-sysconf v0.3.9 // indirect
|
|
github.com/tklauser/numcpus v0.4.0 // indirect
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
|
go.etcd.io/bbolt v1.3.6
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20220209214540-3681064d5158
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
|
)
|