Files
tarr/go.mod
T
CSRBot 1c625f08f5
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 47s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 14s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 1m56s
Lint Markdown files / Run markdown linter (pull_request) Successful in 6s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 27s
chore(deps): update module github.com/stretchr/testify to v1.12.1
2026-08-19 15:24:11 +00:00

19 lines
427 B
AMPL

module git.cryptic.systems/volker.raschek/tarr
go 1.23
require (
github.com/fsnotify/fsnotify v1.10.1
github.com/sirupsen/logrus v1.10.1
github.com/spf13/cobra v1.10.2
github.com/stretchr/testify v1.12.1
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
go.yaml.in/yaml/v3 v3.0.5 // indirect
golang.org/x/sys v0.13.0 // indirect
)