dsci-runner.git | go.mod


module dsci_runner

go 1.25.0

require (
	github.com/go-git/go-git/v6 v6.0.0-alpha.5
	github.com/labstack/echo/v5 v5.0.0
	github.com/mattn/go-sqlite3 v1.14.33
	github.com/pelletier/go-toml/v2 v2.2.4
	github.com/robert-nix/ansihtml v1.0.1
	golang.org/x/net v0.57.0
)

require (
	github.com/Microsoft/go-winio v0.6.2 // indirect
	github.com/ProtonMail/go-crypto v1.4.1 // indirect
	github.com/cloudflare/circl v1.6.3 // indirect
	github.com/emirpasic/gods v1.18.1 // indirect
	github.com/go-git/gcfg/v2 v2.0.2 // indirect
	github.com/go-git/go-billy/v6 v6.0.0-alpha.2 // indirect
	github.com/kevinburke/ssh_config v1.6.0 // indirect
	github.com/klauspost/cpuid/v2 v2.3.0 // indirect
	github.com/pjbgf/sha1cd v0.6.0 // indirect
	github.com/sergi/go-diff v1.4.0 // indirect
	golang.org/x/crypto v0.54.0 // indirect
	golang.org/x/sync v0.22.0 // indirect
	golang.org/x/sys v0.47.0 // indirect
	golang.org/x/time v0.14.0 // indirect
)