initial working version

This commit is contained in:
Abel Luck 2026-02-26 11:05:16 +01:00
parent db6b90134d
commit d986a0b31a
19 changed files with 1430 additions and 0 deletions

18
go.mod Normal file
View file

@ -0,0 +1,18 @@
module guardianproject.dev/ops/nix-cache-login
go 1.25.7
require (
github.com/adrg/xdg v0.5.3
github.com/coreos/go-oidc/v3 v3.17.0
github.com/pelletier/go-toml/v2 v2.2.4
github.com/spf13/cobra v1.10.2
golang.org/x/oauth2 v0.35.0
)
require (
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
golang.org/x/sys v0.26.0 // indirect
)