21 lines
451 B
Modula-2
21 lines
451 B
Modula-2
module github.com/AYM1607/ccclip
|
|
|
|
go 1.24
|
|
|
|
toolchain go1.24.3
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/mattn/go-isatty v0.0.20
|
|
github.com/mattn/go-sqlite3 v1.14.19
|
|
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
|
|
)
|
|
|
|
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
|
|
)
|