Skip to content

Commit

Permalink
feat(go.mo): 更新module为github仓库地址
Browse files Browse the repository at this point in the history
  • Loading branch information
lichuan committed Jan 10, 2022
1 parent 36f8b7f commit ec872f9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module github.com/CarrotVegeta/harmonybinary

go 1.16

require (
github.com/gofrs/uuid v4.2.0+incompatible
github.com/shogo82148/androidbinary v1.0.2
)
2 changes: 1 addition & 1 deletion test/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package test

import (
"fmt"
"harmonybinary/app"
"github.com/CarrotVegeta/harmonybinary/app"
"testing"
)

Expand Down
2 changes: 1 addition & 1 deletion test/hap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package test

import (
"fmt"
"harmonybinary/hap"
"github.com/CarrotVegeta/harmonybinary/hap"
"testing"
)

Expand Down

0 comments on commit ec872f9

Please sign in to comment.