zeit/go.mod

36 lines
1.6 KiB
Modula-2
Raw Normal View History

2020-10-10 18:37:37 +00:00
module github.com/mrusme/zeit
go 1.15
2020-10-11 00:58:14 +00:00
require (
2022-02-28 16:38:48 +00:00
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08
github.com/coreos/bbolt v1.3.2 // indirect
github.com/coreos/etcd v3.3.10+incompatible // indirect
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/google/uuid v1.3.0
github.com/gookit/color v1.5.0
github.com/gorilla/websocket v1.4.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/jinzhu/now v1.1.4
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/prometheus/tsdb v0.7.1 // indirect
github.com/shopspring/decimal v1.3.1
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/soheilhy/cmux v0.1.4 // indirect
github.com/spf13/cobra v1.3.0
github.com/tidwall/buntdb v1.2.9
github.com/tidwall/gjson v1.14.0 // indirect
github.com/tidwall/rtree v1.3.1 // indirect
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
github.com/ugorji/go v1.1.4 // indirect
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
go.etcd.io/bbolt v1.3.2 // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
gopkg.in/resty.v1 v1.12.0 // indirect
2020-10-11 00:58:14 +00:00
)