Files
barkstack/go.mod
Shaun Campbell 3b6c35fa13
Some checks failed
Publish Edge Images / images (apps/console/Dockerfile, barkstack) (push) Failing after 39s
Publish Edge Images / images (services/pawsql/Dockerfile, pawsql) (push) Failing after 46s
Publish Edge Images / images (services/treatvault/Dockerfile, treatvault) (push) Failing after 46s
Test and Release Barkstack / test (push) Failing after 46s
Verify Platform / verify (push) Failing after 46s
Verify Platform / images (apps/console/Dockerfile, console) (push) Has been skipped
Verify Platform / images (services/pawsql/Dockerfile, pawsql) (push) Has been skipped
Test and Release Barkstack / release (push) Has been skipped
Verify Platform / images (services/treatvault/Dockerfile, treatvault) (push) Has been skipped
feat!: consolidate Barkstack platform monorepo
2026-09-17 12:42:16 -04:00

11 lines
190 B
Modula-2

module cloud.campbellwireless.net/git/barkstack/barkstack
go 1.24
require filippo.io/age v1.2.1
require (
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/sys v0.21.0 // indirect
)