ccl/go.mod
Joel D. Elkins 61b7fe55a0 Convert project structure to cobra; many other changes. WIP.
- Factor out various components to different packages
- Add abstract command package to allow for calling go funcs etc. at
  runtime.
2022-07-18 10:10:24 -05:00

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
)