Skip to content

Commit

Permalink
Common version updated to v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yunussandikci committed Jul 6, 2020
1 parent 8b1684f commit a56b53f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module github.com/yunussandikci/shareterm/cli

go 1.14

require github.com/yunussandikci/shareterm/common v0.0.2
require github.com/yunussandikci/shareterm/common v0.0.3

replace github.com/yunussandikci/shareterm/common => ../common
//replace github.com/yunussandikci/shareterm/common => ../common
4 changes: 2 additions & 2 deletions cli/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/sethvargo/go-password v0.1.3 h1:18KkbGDkw8SuzeohAbWqBLNSfRQblVwEHOLbPa0PvWM=
github.com/sethvargo/go-password v0.1.3/go.mod h1:2tyaaoHK/AlXwh5WWQDYjqQbHcq4cjPj5qb/ciYvu/Q=
github.com/yunussandikci/shareterm/common v0.0.1 h1:S/flE92fDGiL5AkieCduYGw7gsXMnUJe2jm44Po1haY=
github.com/yunussandikci/shareterm/common v0.0.1/go.mod h1:NL+6Aq0wZJlG/J27BLfp3nPA9wuau4rOatRr+MoHweg=
github.com/yunussandikci/shareterm/common v0.0.3 h1:+zIo3bh9m43OXHoxIaDSQld9n34m+jFx2CWTPDiu3a8=
github.com/yunussandikci/shareterm/common v0.0.3/go.mod h1:NL+6Aq0wZJlG/J27BLfp3nPA9wuau4rOatRr+MoHweg=
4 changes: 2 additions & 2 deletions server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require (
github.com/sethvargo/go-password v0.1.3
github.com/stretchr/testify v1.6.1 // indirect
github.com/valyala/fasttemplate v1.1.1 // indirect
github.com/yunussandikci/shareterm/common v0.0.2
github.com/yunussandikci/shareterm/common v0.0.3
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
)

replace github.com/yunussandikci/shareterm/common => ../common
//replace github.com/yunussandikci/shareterm/common => ../common

0 comments on commit a56b53f

Please sign in to comment.