2023-05-25 04:05:34 +00:00
|
|
|
module git.wntrmute.dev/kyle/overpush
|
|
|
|
|
|
|
|
go 1.20
|
2023-05-25 06:57:56 +00:00
|
|
|
|
|
|
|
require (
|
2023-06-08 20:43:48 +00:00
|
|
|
git.wntrmute.dev/kyle/goutils v1.7.2
|
2023-06-09 03:45:56 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2023-06-08 20:43:48 +00:00
|
|
|
github.com/gregdel/pushover v1.2.0
|
|
|
|
google.golang.org/grpc v1.55.0
|
|
|
|
google.golang.org/protobuf v1.30.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-05-25 06:57:56 +00:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2023-06-08 20:43:48 +00:00
|
|
|
github.com/hashicorp/go-syslog v1.0.0 // indirect
|
2023-05-25 06:57:56 +00:00
|
|
|
golang.org/x/net v0.8.0 // indirect
|
|
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
|
|
golang.org/x/text v0.8.0 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
|
|
|
|
)
|