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.
goip/go.mod

19 lines
494 B

2 years ago
module go.dtapp.net/goip
2 years ago
2 years ago
go 1.19
2 years ago
require (
github.com/saracen/go7z v0.0.0-20191010121135-9c09b6bd7fda
2 years ago
go.dtapp.net/gorequest v1.0.24
2 years ago
go.dtapp.net/gostring v1.0.6
2 years ago
golang.org/x/text v0.3.7
)
require (
github.com/saracen/go7z-fixtures v0.0.0-20190623165746-aa6b8fba1d2f // 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/gorandom v1.0.1 // indirect
2 years ago
go.dtapp.net/gotime v1.0.5 // indirect
2 years ago
)