Skip to content

Commit

Permalink
change module "name" to full github URL
Browse files Browse the repository at this point in the history
  • Loading branch information
C0DE8 committed May 9, 2020
1 parent 2fd5ebc commit d8a9437
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
module bmfmt
module github.com/c0de8/bmfmt

go 1.14

require (
github.com/c0de8/bmfmt v0.0.2
github.com/kami-zh/go-capturer v0.0.0-20171211120116-e492ea43421d
github.com/stretchr/testify v1.3.0
gopkg.in/c0de8/bmfmt.v0 v0.0.2 // indirect
)

0 comments on commit d8a9437

Please sign in to comment.