summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorlost+skunk <[email protected]>2024-07-13 21:45:04 +0300
committerlost+skunk <[email protected]>2024-07-13 21:45:04 +0300
commitcd86606f7a155752d78337378ad6e9fa6880122b (patch)
treeeac57443b3e78a17638a4954410150b4b10909a0 /go.mod
parent667de65e2fda7cb30ec886ccf6619a4178d5488b (diff)
downloadskunky-art-cd86606f7a155752d78337378ad6e9fa6880122b.tar.gz
skunky-art-cd86606f7a155752d78337378ad6e9fa6880122b.tar.bz2
skunky-art-cd86606f7a155752d78337378ad6e9fa6880122b.zip
Забыл кое-что
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 1 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 0202154..4000554 100644
--- a/go.mod
+++ b/go.mod
@@ -2,9 +2,7 @@ module skunkyart
go 1.22.3
-replace git.macaw.me/skunky/devianter v0.1.0 => /home/skunk/projects/devianter
-
require (
- git.macaw.me/skunky/devianter v0.1.0
+ git.macaw.me/skunky/devianter v0.2.0
golang.org/x/net v0.27.0
)