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

18 lines
452 B

2 years ago
module go.dtapp.net/goip
2 years ago
go 1.18
require (
github.com/saracen/go7z v0.0.0-20191010121135-9c09b6bd7fda
2 years ago
go.dtapp.net/gorequest v1.0.23
go.dtapp.net/gostring v1.0.5
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/gotime v1.0.4 // indirect
2 years ago
)