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.
go-library/service/ip/go.mod

9 lines
175 B

module github.com/dtapps/go-library/service/ip
go 1.18
require (
github.com/dtapps/go-library/utils/gostring v0.0.0-20220320035257-384fd01c7e13
golang.org/x/text v0.3.7
)