2023-11-02 07:09:51 +00:00
|
|
|
module github.com/AYM1607/ccclip
|
|
|
|
|
|
|
|
|
|
go 1.21
|
|
|
|
|
|
|
|
|
|
require (
|
2023-11-06 07:33:52 +00:00
|
|
|
github.com/gorilla/mux v1.8.0
|
|
|
|
|
github.com/oklog/ulid/v2 v2.1.0
|
|
|
|
|
github.com/spf13/cobra v1.8.0
|
2023-11-02 07:09:51 +00:00
|
|
|
golang.org/x/crypto v0.14.0
|
|
|
|
|
golang.org/x/term v0.13.0
|
2023-11-08 07:33:19 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2023-11-02 07:09:51 +00:00
|
|
|
)
|
|
|
|
|
|
2023-11-06 07:33:52 +00:00
|
|
|
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
|
|
|
|
|
)
|