Remove unused dependency from go.mod

This commit is contained in:
Elara 2022-12-10 15:19:25 -08:00
parent 4714be0ac9
commit ddd10da18d
2 changed files with 1 additions and 6 deletions

5
go.mod
View File

@ -2,7 +2,4 @@ module go.arsenm.dev/go-lemmy
go 1.19
require (
github.com/google/go-querystring v1.1.0
github.com/mitchellh/mapstructure v1.5.0
)
require github.com/google/go-querystring v1.1.0

2
go.sum
View File

@ -2,6 +2,4 @@ github.com/google/go-cmp v0.5.2 h1:X2ev0eStA3AbceY54o37/0PQ/UWqKEiiO2dKL5OPaFM=
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=