25 lines
578 B
Modula-2
25 lines
578 B
Modula-2
module git.wntrmute.dev/kyle/goutils
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/hashicorp/go-syslog v1.0.0
|
|
github.com/kr/text v0.2.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pkg/sftp v1.12.0
|
|
golang.org/x/crypto v0.0.0-20220314234659-1baeb1ce4c0b
|
|
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/google/certificate-transparency-go v1.0.21
|
|
)
|
|
|
|
require (
|
|
github.com/kr/fs v0.1.0 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|