diff options
| author | bt <bt@localhost> | 2026-03-31 09:06:24 +0200 |
|---|---|---|
| committer | bt <bt@localhost> | 2026-03-31 09:06:24 +0200 |
| commit | 5e8c7c1c967f01f588655aced32b6b4ca6408850 (patch) | |
| tree | 59ab049d1d2d2c200abc0f8a850438eb7c2ceb82 /go.mod | |
| parent | 3f37bbe8d8d7a9829bedf0eb1ec6ea67ad1aeed5 (diff) | |
| download | solec-5e8c7c1c967f01f588655aced32b6b4ca6408850.tar.gz solec-5e8c7c1c967f01f588655aced32b6b4ca6408850.zip | |
[all] Change Go package name, bump Go version
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
