28 lines
619 B
Modula-2
28 lines
619 B
Modula-2
module git.wntrmute.dev/kyle/goutils
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/hashicorp/go-syslog v1.0.0
|
|
github.com/kr/text v0.2.0
|
|
github.com/pkg/sftp v1.12.0
|
|
golang.org/x/crypto v0.39.0
|
|
golang.org/x/net v0.38.0
|
|
golang.org/x/sys v0.38.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/benbjohnson/clock v1.3.5
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/google/certificate-transparency-go v1.0.21
|
|
rsc.io/qr v0.2.0
|
|
)
|
|
|
|
require (
|
|
github.com/kr/fs v0.1.0 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|