diff options
author | Joe <rbo@gmx.us> | 2023-12-14 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-14 20:20:20 +0100 |
commit | 34921eae2dac9f320c446c81991d2e3fe538923c (patch) | |
tree | 9a3f049fa0fe7aacbcd847967011ea36cd6ae397 /go.mod | |
parent | dates (diff) | |
download | hardflip-34921eae2dac9f320c446c81991d2e3fe538923c.tar.gz hardflip-34921eae2dac9f320c446c81991d2e3fe538923c.tar.bz2 hardflip-34921eae2dac9f320c446c81991d2e3fe538923c.tar.xz hardflip-34921eae2dac9f320c446c81991d2e3fe538923c.tar.zst hardflip-34921eae2dac9f320c446c81991d2e3fe538923c.zip |
up
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ module josh go 1.18 + +require gopkg.in/yaml.v3 v3.0.1 |