summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2024-09-28 14:06:06 +0200
committerJulien Dessaux2024-09-30 01:00:55 +0200
commitbaf5aac08e27d33dc5087bbeec1437678bb2a384 (patch)
tree7fdf62d25d0e4efa4f78037f9318b0cc35a7f0ff /go.mod
parentfeat(tfstate): bootstrap an http server that answers /healthz (diff)
downloadtfstated-baf5aac08e27d33dc5087bbeec1437678bb2a384.tar.gz
tfstated-baf5aac08e27d33dc5087bbeec1437678bb2a384.tar.bz2
tfstated-baf5aac08e27d33dc5087bbeec1437678bb2a384.zip
chore(tfstated): rename tfstate to tfstated
Diffstat (limited to '')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 0fa79e2..9a846e2 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module git.adyxax.org/adyxax/tfstate
+module git.adyxax.org/adyxax/tfstated
go 1.23.1