/ go.mod
go.mod
 1  module github.com/stateless-minds/cyber-autonomy
 2  
 3  go 1.20
 4  
 5  require (
 6  	github.com/NYTimes/gziphandler v1.1.1
 7  	github.com/maxence-charriere/go-app/v9 v9.7.2
 8  )
 9  
10  require (
11  	github.com/davecgh/go-spew v1.1.1 // indirect
12  	github.com/google/uuid v1.3.0 // indirect
13  	github.com/stretchr/testify v1.7.0 // indirect
14  	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
15  )