Skip to content

Commit

Permalink
go.mod reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
theriverman committed Nov 23, 2022
1 parent d789498 commit b35fcea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions voc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/theriverman/VolvoOnCall/voc
go 1.19

require (
github.com/theriverman/VolvoOnCall v0.0.0-20221106210220-4bc1838e4b9b
github.com/theriverman/VolvoOnCall v0.0.0-20221123212349-d789498f0943
github.com/tidwall/gjson v1.14.3
github.com/urfave/cli/v2 v2.16.3
golang.org/x/text v0.3.7
Expand All @@ -16,5 +16,3 @@ require (
github.com/tidwall/pretty v1.2.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
)

replace github.com/theriverman/VolvoOnCall => ../
2 changes: 2 additions & 0 deletions voc/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t
github.com/joho/godotenv v1.4.0 h1:3l4+N6zfMWnkbPEXKng2o2/MR5mSwTrBih4ZEkkz1lg=
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/theriverman/VolvoOnCall v0.0.0-20221123212349-d789498f0943 h1:lET3BsxlkvYtKRNqFLhwIsZWaEQbN1n7VaJABwdiX4U=
github.com/theriverman/VolvoOnCall v0.0.0-20221123212349-d789498f0943/go.mod h1:KBbdCLxAKpuPx4lauM2z/RimHRuWP0+adsNJxO9bC3Y=
github.com/tidwall/gjson v1.14.3 h1:9jvXn7olKEHU1S9vwoMGliaT8jq1vJ7IH/n9zD9Dnlw=
github.com/tidwall/gjson v1.14.3/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=
Expand Down

0 comments on commit b35fcea

Please sign in to comment.