Standard updates

This commit is contained in:
2024-03-04 00:42:06 +01:00
parent 7a01a77986
commit 63edfbc268
4 changed files with 20 additions and 10 deletions

7
go.mod
View File

@@ -12,6 +12,8 @@ require (
github.com/rubenv/sql-migrate v1.6.0
github.com/stretchr/testify v1.8.4
github.com/yeslayla/birdbot-common v0.1.0
golang.org/x/crypto v0.20.0
)
require (
@@ -24,9 +26,8 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.1 // indirect
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.17.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
)