diff options
author | kaa <kaa@disroot.org> | 2025-08-30 22:03:37 -0700 |
---|---|---|
committer | kaa <kaa@disroot.org> | 2025-08-30 22:03:37 -0700 |
commit | f38b4ad8b7543b088c5c0c4018285127ad4f4680 (patch) | |
tree | a2fd9587a98b8605f5416ea69048f13937fca510 /go.mod | |
parent | a333aeef611a099827c4e261a3fce7e541eb1f5f (diff) |
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ module pgset -go 1.19 +go 1.23.0 + +toolchain go1.24.5 + +require golang.org/x/exp v0.0.0-20250711185948-6ae5c78190dc |