Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Commit

Permalink
update import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rinor committed Oct 13, 2020
1 parent 2a152c2 commit f09999a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/input-output-hk/vit_ked_qr
module github.com/input-output-hk/vit-kedqr

go 1.15

Expand Down
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
"strconv"
"strings"

"github.com/input-output-hk/vit_ked_qr/internal/bech32"
"github.com/input-output-hk/vit_ked_qr/internal/ked"
"github.com/input-output-hk/vit-kedqr/internal/bech32"
"github.com/input-output-hk/vit-kedqr/internal/ked"
"github.com/skip2/go-qrcode"
)

Expand Down

0 comments on commit f09999a

Please sign in to comment.