Skip to content

Commit

Permalink
fix(modules): unfortunate replace directive
Browse files Browse the repository at this point in the history
  • Loading branch information
arsham committed Mar 7, 2022
1 parent 82b895c commit 972d2fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/arsham/figurine
go 1.17

require (
github.com/arsham/rainbow v1.1.1
github.com/arsham/rainbow v1.2.0
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.3.0
Expand All @@ -27,5 +27,3 @@ require (
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)

replace github.com/arsham/rainbow => /home/arsham/Projects/arsham/rainbow
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmV
github.com/armon/go-metrics v0.3.10/go.mod h1:4O98XIr/9W0sxpJ8UaYkvjk10Iff7SnFrb4QAOwNTFc=
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/armon/go-radix v1.0.0/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/arsham/rainbow v1.2.0 h1:zB7NBcA5aBzEXF9J37lHFaFv4qsj1Wjtwak3FcEM7vQ=
github.com/arsham/rainbow v1.2.0/go.mod h1:qRHev24/GL3QQwyH3oVL8HrUqhjsGe/Za00AJjklbGU=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
Expand Down

0 comments on commit 972d2fd

Please sign in to comment.