summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorlost+skunk <[email protected]>2024-07-08 19:01:53 +0300
committerlost+skunk <[email protected]>2024-07-08 19:01:53 +0300
commite07e1a25b26d3fd2b8fd097491d055fe7b002d2b (patch)
tree55fd58bcf7c3ebde1a1a5af1c4207434ed191741 /go.mod
parent99fe9cf9644ed1896bd90f66cf6a12251587d07c (diff)
downloadskunky-art-e07e1a25b26d3fd2b8fd097491d055fe7b002d2b.tar.gz
skunky-art-e07e1a25b26d3fd2b8fd097491d055fe7b002d2b.tar.bz2
skunky-art-e07e1a25b26d3fd2b8fd097491d055fe7b002d2b.zip
небольшие улучшения парсинга описания/комментариев
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index ac1e0d0..0202154 100644
--- a/go.mod
+++ b/go.mod
@@ -4,4 +4,7 @@ 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
+require (
+ git.macaw.me/skunky/devianter v0.1.0
+ golang.org/x/net v0.27.0
+)