update go mod

This commit is contained in:
2023-07-30 19:24:09 +08:00
9 changed files with 1000 additions and 0 deletions

2
go.mod
View File

@@ -8,6 +8,8 @@ require (
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1
github.com/go-ini/ini v1.67.0
github.com/mitchellh/go-homedir v1.1.0
github.com/mozillazg/go-pinyin v0.20.0
github.com/mssola/user_agent v0.6.0
github.com/pkg/errors v0.9.1
github.com/spaolacci/murmur3 v1.1.0
github.com/stretchr/testify v1.8.2