Update admin bundle

This commit is contained in:
Gabe Kangas 2021-05-24 16:37:09 -07:00
parent ddda4b7fa0
commit 0b40e4db7b
2 changed files with 2 additions and 2 deletions

2
go.mod
View file

@ -30,6 +30,6 @@ require (
golang.org/x/net v0.0.0-20210421230115-4e50805a0758
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v2 v2.4.0 // indirect
mvdan.cc/xurls v1.1.0
)

File diff suppressed because one or more lines are too long