mirror of
https://gitea.elkins.co/Networking/ccl.git
synced 2025-02-04 12:02:47 -06:00
Joel D. Elkins
61b7fe55a0
- Factor out various components to different packages - Add abstract command package to allow for calling go funcs etc. at runtime.
16 lines
329 B
Modula-2
16 lines
329 B
Modula-2
module gitea.elkins.co/Networking/ccl
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/emirpasic/gods v1.18.1
|
|
github.com/pelletier/go-toml v1.9.5
|
|
github.com/spf13/cobra v1.5.0
|
|
golang.org/x/exp v0.0.0-20220713135740-79cabaa25d75
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
)
|