From 639ad6a02cbb4b713434671ec09f309aa5410921 Mon Sep 17 00:00:00 2001 From: T Date: Thu, 26 Jun 2025 11:42:17 -0600 Subject: Create authentic_kate: user authentication for go HTTP applications --- go.mod | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..9bcb898 --- /dev/null +++ b/go.mod @@ -0,0 +1,13 @@ +module git.tjp.lol/authentic_kate + +go 1.24.4 + +require ( + golang.org/x/crypto v0.39.0 + golang.org/x/oauth2 v0.30.0 +) + +require ( + cloud.google.com/go/compute/metadata v0.3.0 // indirect + golang.org/x/sys v0.33.0 // indirect +) -- cgit v1.2.3