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 --- compat-test/go.mod | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 compat-test/go.mod (limited to 'compat-test/go.mod') diff --git a/compat-test/go.mod b/compat-test/go.mod new file mode 100644 index 0000000..c7711c9 --- /dev/null +++ b/compat-test/go.mod @@ -0,0 +1,17 @@ +module git.tjp.lol/authentic_kate/compat-test + +go 1.24.4 + +require ( + git.tjp.lol/authentic_kate v0.0.0-00010101000000-000000000000 + github.com/jamesruan/sodium v1.0.14 +) + +require ( + cloud.google.com/go/compute/metadata v0.3.0 // indirect + golang.org/x/crypto v0.39.0 // indirect + golang.org/x/oauth2 v0.30.0 // indirect + golang.org/x/sys v0.33.0 // indirect +) + +replace git.tjp.lol/authentic_kate => ../ -- cgit v1.2.3