ccclip/go.mod

18 lines
382 B
Modula-2

module github.com/AYM1607/ccclip
go 1.21
require (
github.com/gorilla/mux v1.8.0
github.com/oklog/ulid/v2 v2.1.0
github.com/spf13/cobra v1.8.0
golang.org/x/crypto v0.14.0
golang.org/x/term v0.13.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.13.0 // indirect
)