You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gojobs/go.mod

35 lines
1.2 KiB

2 years ago
module go.dtapp.net/gojobs
go 1.18
require (
2 years ago
github.com/robfig/cron/v3 v3.0.1
go.dtapp.net/goip v1.0.16
go.dtapp.net/gouuid v1.0.0
2 years ago
go.etcd.io/etcd/api/v3 v3.5.4
go.etcd.io/etcd/client/v3 v3.5.4
2 years ago
google.golang.org/grpc v1.46.2
google.golang.org/protobuf v1.28.0
)
require (
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
2 years ago
github.com/golang/protobuf v1.5.2 // indirect
2 years ago
github.com/saracen/go7z v0.0.0-20191010121135-9c09b6bd7fda // indirect
github.com/saracen/solidblock v0.0.0-20190426153529-45df20abab6f // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
2 years ago
go.dtapp.net/gorequest v1.0.19 // indirect
2 years ago
go.dtapp.net/gostring v1.0.3 // indirect
go.dtapp.net/gotime v1.0.2 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.4 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.21.0 // indirect
2 years ago
golang.org/x/net v0.0.0-20220524220425-1d687d428aca // indirect
2 years ago
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
golang.org/x/text v0.3.7 // indirect
2 years ago
google.golang.org/genproto v0.0.0-20220525015930-6ca3db687a9d // indirect
2 years ago
)