mirror of
https://github.com/stefan01/transocks.git
synced 2025-02-21 03:00:48 +07:00
33 lines
1.0 KiB
Modula-2
33 lines
1.0 KiB
Modula-2
module github.com/cybozu-go/transocks
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/cybozu-go/log v1.5.0
|
|
github.com/cybozu-go/netutil v1.2.0
|
|
github.com/cybozu-go/well v1.8.1
|
|
golang.org/x/net v0.8.0
|
|
golang.org/x/sys v0.6.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.7 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/magiconair/properties v1.8.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.0.0 // indirect
|
|
github.com/pelletier/go-toml v1.2.0 // indirect
|
|
github.com/pkg/errors v0.8.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/spf13/afero v1.1.2 // indirect
|
|
github.com/spf13/cast v1.2.0 // indirect
|
|
github.com/spf13/jwalterweatherman v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
github.com/spf13/viper v1.2.1 // indirect
|
|
github.com/stretchr/testify v1.2.2 // indirect
|
|
golang.org/x/text v0.8.0 // indirect
|
|
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 // indirect
|
|
gopkg.in/yaml.v2 v2.2.1 // indirect
|
|
)
|