Files
dcmerge/go.mod
CSRBot 5e857ceda1
Some checks are pending
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Waiting to run
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Waiting to run
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Waiting to run
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Waiting to run
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 2m8s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 1m5s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 1m5s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 45s
Lint Markdown files / Run markdown linter (pull_request) Successful in 14s
chore(deps): update module github.com/spf13/cobra to v1.10.1
2025-09-01 19:05:45 +00:00

17 lines
376 B
Modula-2

module git.cryptic.systems/volker.raschek/dcmerge
go 1.20
require (
github.com/spf13/cobra v1.10.1
github.com/stretchr/testify v1.11.1
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
)