aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-03-17 19:33:07 -0400
committerXe Iaso <me@xeiaso.net>2025-03-17 19:33:07 -0400
commit9923878c5c8b68df7f132efd28f76ce5478a1f1a (patch)
treec18dfc413495c09886b0d622a275f142f3e9c333 /go.mod
downloadanubis-9923878c5c8b68df7f132efd28f76ce5478a1f1a.tar.xz
anubis-9923878c5c8b68df7f132efd28f76ce5478a1f1a.zip
initial import from /x/ monorepo
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod47
1 files changed, 47 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..4275c36
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,47 @@
+module github.com/TecharoHQ/anubis
+
+go 1.24.1
+
+require (
+ github.com/a-h/templ v0.3.833
+ github.com/facebookgo/flagenv v0.0.0-20160425205200-fcd59fca7456
+ github.com/golang-jwt/jwt/v5 v5.2.1
+ github.com/prometheus/client_golang v1.21.1
+)
+
+require (
+ github.com/PuerkitoBio/goquery v1.10.1 // indirect
+ github.com/a-h/parse v0.0.0-20250122154542-74294addb73e // indirect
+ github.com/andybalholm/brotli v1.1.0 // indirect
+ github.com/andybalholm/cascadia v1.3.3 // indirect
+ github.com/beorn7/perks v1.0.1 // indirect
+ github.com/cenkalti/backoff/v4 v4.3.0 // indirect
+ github.com/cespare/xxhash/v2 v2.3.0 // indirect
+ github.com/cli/browser v1.3.0 // indirect
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
+ github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
+ github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
+ github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
+ github.com/fatih/color v1.16.0 // indirect
+ github.com/fsnotify/fsnotify v1.7.0 // indirect
+ github.com/klauspost/compress v1.17.11 // indirect
+ github.com/mattn/go-colorable v0.1.13 // indirect
+ github.com/mattn/go-isatty v0.0.20 // indirect
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
+ github.com/natefinch/atomic v1.0.1 // indirect
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
+ github.com/prometheus/client_model v0.6.1 // indirect
+ github.com/prometheus/common v0.62.0 // indirect
+ github.com/prometheus/procfs v0.15.1 // indirect
+ golang.org/x/mod v0.24.0 // indirect
+ golang.org/x/net v0.37.0 // indirect
+ golang.org/x/sync v0.12.0 // indirect
+ golang.org/x/sys v0.31.0 // indirect
+ golang.org/x/tools v0.31.0 // indirect
+ google.golang.org/protobuf v1.36.4 // indirect
+)
+
+tool (
+ github.com/a-h/templ/cmd/templ
+ golang.org/x/tools/cmd/stringer
+)