Skip to content

Commit

Permalink
fix: rename go-kit to libgo
Browse files Browse the repository at this point in the history
  • Loading branch information
LeKovr committed Sep 29, 2022
1 parent 8e21460 commit 54e41a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/hocon/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"SELF/service"
"SELF/static"

"github.com/apisite/go-kit/config"
"github.com/apisite/libgo/config"

"google.golang.org/grpc"
"google.golang.org/grpc/codes"
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ go 1.19

replace SELF => ./

replace github.com/apisite/go-kit/config => ../go-kit/config
// replace github.com/apisite/libgo/config => ../libgo/config

require (
SELF v0.0.0-00010101000000-000000000000
github.com/apisite/go-kit/config v0.0.0-00010101000000-000000000000
github.com/felixge/httpsnoop v1.0.3
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
github.com/soheilhy/cmux v0.1.5
Expand Down

0 comments on commit 54e41a6

Please sign in to comment.