aboutsummaryrefslogtreecommitdiffstats
path: root/relay/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'relay/go.mod')
-rw-r--r--relay/go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/relay/go.mod b/relay/go.mod
index a3d424a..6f7676f 100644
--- a/relay/go.mod
+++ b/relay/go.mod
@@ -1,9 +1,9 @@
1module axon/relay 1module code.northwest.io/axon/relay
2 2
3go 1.25.5 3go 1.25.5
4 4
5require ( 5require (
6 axon v0.0.0 6 code.northwest.io/axon v0.0.0
7 github.com/vmihailenco/msgpack/v5 v5.4.1 7 github.com/vmihailenco/msgpack/v5 v5.4.1
8 gopkg.in/yaml.v3 v3.0.1 8 gopkg.in/yaml.v3 v3.0.1
9 modernc.org/sqlite v1.33.1 9 modernc.org/sqlite v1.33.1
@@ -27,4 +27,4 @@ require (
27 modernc.org/token v1.1.0 // indirect 27 modernc.org/token v1.1.0 // indirect
28) 28)
29 29
30replace axon => ../ 30replace code.northwest.io/axon => ../