Files
teleport/go.mod
T
s1d3sw1ped_bot e12142633a
CI / check-and-test (pull_request) Failing after 20s
Run CI on push to master and bump Go to 1.26.0
Match steamcache2: trigger check-and-test on pull_request and push to the default branch. Tests passed on 1.26.0.
2026-08-31 21:13:07 +00:00

20 lines
397 B
Modula-2

module teleport
go 1.26.0
require (
github.com/miekg/dns v1.1.68
github.com/sirupsen/logrus v1.9.3
github.com/spf13/pflag v1.0.10
golang.org/x/crypto v0.40.0
gopkg.in/yaml.v3 v3.0.1
)
require (
golang.org/x/mod v0.24.0 // indirect
golang.org/x/net v0.41.0 // indirect
golang.org/x/sync v0.14.0 // indirect
golang.org/x/sys v0.34.0 // indirect
golang.org/x/tools v0.33.0 // indirect
)