diff options
author | Keuin <[email protected]> | 2024-03-08 13:39:53 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2024-03-08 13:42:11 +0800 |
commit | 6ee1bbbd1c491f1a6972fd62cf8ab652d4e8a942 (patch) | |
tree | 14aec57c64271db5bba33b8bc85f399e499edda8 /go.mod |
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module github.com/hit-mc/psmb-go + +go 1.18 + +require github.com/go-logr/logr v1.4.1 |