summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorbt <bt@localhost>2026-03-31 09:06:24 +0200
committerbt <bt@localhost>2026-03-31 09:06:24 +0200
commit5e8c7c1c967f01f588655aced32b6b4ca6408850 (patch)
tree59ab049d1d2d2c200abc0f8a850438eb7c2ceb82 /go.mod
parent3f37bbe8d8d7a9829bedf0eb1ec6ea67ad1aeed5 (diff)
downloadsolec-5e8c7c1c967f01f588655aced32b6b4ca6408850.tar.gz
solec-5e8c7c1c967f01f588655aced32b6b4ca6408850.zip
[all] Change Go package name, bump Go version
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index a5887e3..cccd041 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,5 @@
-module git.sr.ht/~rctt/solec
+module git.rctt.net/solec
-go 1.25.0
+go 1.26.1
require github.com/google/go-cmp v0.7.0