29 lines
939 B
Modula-2
29 lines
939 B
Modula-2
module whois-go
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/bytedance/sonic v1.11.3 // indirect
|
|
github.com/chenzhuoyu/iasm v0.9.1 // indirect
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
github.com/gin-gonic/gin v1.9.1
|
|
github.com/go-playground/validator/v10 v10.19.0 // indirect
|
|
github.com/google/uuid v1.4.0
|
|
github.com/google/wire v0.6.0
|
|
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.0 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sony/sonyflake v1.1.0
|
|
github.com/spf13/viper v1.18.2
|
|
github.com/ugorji/go/codec v1.2.12 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/arch v0.7.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
|
|
golang.org/x/net v0.23.0 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
gorm.io/gorm v1.25.9
|
|
)
|