fix: downgrade required go version

This commit is contained in:
源文雨
2024-10-13 20:36:12 +09:00
parent 62c237674f
commit e7667b1f8f
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/fumiama/fumitok
go 1.22.1
go 1.20
require golang.org/x/crypto v0.28.0

View File

@@ -8,7 +8,7 @@ import (
"encoding/hex"
"errors"
"hash/crc64"
"math/rand/v2"
"math/rand"
"time"
"golang.org/x/crypto/chacha20poly1305"