mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 21:58:31 +02:00
go.mod: minimum Go 1.24
This commit is contained in:
parent
3e9241a8be
commit
dc69b914a9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
module Picocrypt
|
module Picocrypt
|
||||||
|
|
||||||
go 1.17
|
go 1.24
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/Picocrypt/dialog v0.0.0-20240831001746-9ca708a9cd29
|
github.com/Picocrypt/dialog v0.0.0-20240831001746-9ca708a9cd29
|
||||||
|
|
Loading…
Add table
Reference in a new issue