You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module code.rocketnine.space/tslocum/beehive
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/lib/pq v1.10.9
|
|
sigs.k8s.io/yaml v1.3.0
|
|
)
|
|
|
|
require gopkg.in/yaml.v2 v2.4.0 // indirect
|