Skip to content

Commit

Permalink
Add named versions for my repos, run go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
trhodeos committed Oct 14, 2022
1 parent c553feb commit 998310e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
17 changes: 12 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@ module github.com/trhodeos/spicy
go 1.19

require (
github.com/alecthomas/participle v0.7.1 // indirect
github.com/ogier/pflag v0.0.1 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/trhodeos/ecoff v0.0.0-20180301004534-e54570a0fac2 // indirect
github.com/trhodeos/n64rom v0.0.0-20180318220953-504dba7b4d46 // indirect
github.com/alecthomas/participle v0.7.1
github.com/ogier/pflag v0.0.1
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.7.0
github.com/trhodeos/n64rom v0.0.1
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/trhodeos/ecoff v0.0.1 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
13 changes: 9 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,26 @@ github.com/alecthomas/participle v0.7.1 h1:2bN7reTw//5f0cugJcTOnY/NYZcWQOaajW+Bw
github.com/alecthomas/participle v0.7.1/go.mod h1:HfdmEuwvr12HXQN44HPWXR0lHmVolVYe4dyL6lQ3duY=
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1/go.mod h1:xTS7Pm1pD1mvyM075QCDSRqH6qRLXylzS24ZTpRiSzQ=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/ogier/pflag v0.0.1 h1:RW6JSWSu/RkSatfcLtogGfFgpim5p7ARQ10ECk5O750=
github.com/ogier/pflag v0.0.1/go.mod h1:zkFki7tvTa0tafRvTBIZTvzYyAu6kQhPZFnshFFPE+g=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=
github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/trhodeos/ecoff v0.0.0-20180301004534-e54570a0fac2 h1:HCqtzev3tcacvjIYdNdmrBL8qLeDo7EQHKHZYf2iez4=
github.com/trhodeos/ecoff v0.0.0-20180301004534-e54570a0fac2/go.mod h1:j7+nPHFAbtDqf/uTZOpeGusvMQlZzm/13seIlMvMzCI=
github.com/trhodeos/n64rom v0.0.0-20180318220953-504dba7b4d46 h1:ib3z0firyJYY9q6f/R8chhrPbF/yeWZgxXCZ9v4sbX4=
github.com/trhodeos/n64rom v0.0.0-20180318220953-504dba7b4d46/go.mod h1:cl2JUD51x3n3WAfOqU20tonGb1G+5bh8IhEuLTkjCzo=
github.com/trhodeos/ecoff v0.0.1 h1:etd5jXlAyJnlZCaVbQ0f/eS9xYVWWM/wRb6oQchUlws=
github.com/trhodeos/ecoff v0.0.1/go.mod h1:4z9fGeJk979N1xs2sc0DrGNGp7+ZIWbDpMzkBnN37l4=
github.com/trhodeos/n64rom v0.0.1 h1:fPq/OnvqkjR3M2iFW63tEBKdOnXn7KH4izXoSkZuU00=
github.com/trhodeos/n64rom v0.0.1/go.mod h1:TR7VcveudF8ORmUEUJKLf5uH3sVJbuBL00KkZOtXNBY=
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 h1:0A+M6Uqn+Eje4kHMK80dtF3JCXC4ykBgQG4Fe06QRhQ=
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 comments on commit 998310e

Please sign in to comment.