diff options
author | Marc Pervaz Boocha <mboocha@sudomsg.com> | 2025-08-02 22:23:13 +0530 |
---|---|---|
committer | Marc Pervaz Boocha <mboocha@sudomsg.com> | 2025-08-02 23:02:30 +0530 |
commit | 178e0bfc2d8709ae4d3abd7519b260df09b2d3b5 (patch) | |
tree | 10cbdd013c62586190074d9f088e2269f88c4cab /go.mod | |
parent | Fixed Broken .gitignore (diff) | |
download | gopkgserver-0.1.0.tar gopkgserver-0.1.0.tar.gz gopkgserver-0.1.0.tar.bz2 gopkgserver-0.1.0.tar.lz gopkgserver-0.1.0.tar.xz gopkgserver-0.1.0.tar.zst gopkgserver-0.1.0.zip |
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -2,4 +2,9 @@ module go.sudomsg.com/gopkgserver go 1.24.1 -require github.com/pelletier/go-toml/v2 v2.2.4 +require ( + github.com/pelletier/go-toml/v2 v2.2.4 + go.sudomsg.com/kit v0.1.1 +) + +require golang.org/x/sync v0.16.0 // indirect |