Skip to content

Commit

Permalink
use libconnect fixes for /etc/hosts under docker (#93)
Browse files Browse the repository at this point in the history
* use libconnect fixes for /etc/hosts under docker

* refer to merged libconnect@main
  • Loading branch information
scott-cotton authored Nov 15, 2023
1 parent bf887d8 commit 97f936d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ require (
github.com/hashicorp/go-multierror v1.1.1
github.com/nsf/jsondiff v0.0.0-20210926074059-1e845ec5d249
github.com/signadot/go-sdk v0.3.8-0.20230917202415-61cf5bfada91
github.com/signadot/libconnect v0.1.1-0.20231027085512-a9f6abcdcf30
github.com/signadot/libconnect v0.1.1-0.20231115123237-a3bc3707f525
github.com/spf13/cobra v1.6.0
github.com/spf13/viper v1.11.0
github.com/theckman/yacspin v0.13.12
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
golang.org/x/net v0.10.0
golang.org/x/term v0.9.0
google.golang.org/grpc v1.56.0
Expand Down Expand Up @@ -111,5 +110,6 @@ require (
)

// Used for local dev
//replace github.com/signadot/libconnect => ../libconnect/
// replace github.com/signadot/libconnect => ../libconnect/

//replace github.com/signadot/go-sdk => ../go-sdk
8 changes: 2 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,8 @@ github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUz
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/signadot/go-sdk v0.3.8-0.20230917202415-61cf5bfada91 h1:DVxA0GXvgVmrlpUo48xd0SDbcXHLO+KkUHkUFbWfSwg=
github.com/signadot/go-sdk v0.3.8-0.20230917202415-61cf5bfada91/go.mod h1:X86A7rI8J//a2T8aKVCCVXxOMBjh32c2GJ50WK7iYzs=
github.com/signadot/libconnect v0.1.1-0.20231011194636-a0941512a00a h1:o+GNGQP7MKm/wX6S/rXoCMVyjSHGVcCtROMpiQLJnJk=
github.com/signadot/libconnect v0.1.1-0.20231011194636-a0941512a00a/go.mod h1:LIU36XBqFs+GlaE05UIJxI7+O/MHISAAMGupQdTAEUE=
github.com/signadot/libconnect v0.1.1-0.20231027085512-a9f6abcdcf30 h1:tmnSWg79tDjV0sU+nU7Iiv91Rc66Dq4hsj/O4EKqFMo=
github.com/signadot/libconnect v0.1.1-0.20231027085512-a9f6abcdcf30/go.mod h1:ZX3YLJ5zYTxaVkeOAMsufYQZTOEwgFgAb2w1hZWIS3s=
github.com/signadot/libconnect v0.1.1-0.20231115123237-a3bc3707f525 h1:lkMQe3dbEwPpXL38WZg6iMNvD24LdtdWFKyWPBVNUKg=
github.com/signadot/libconnect v0.1.1-0.20231115123237-a3bc3707f525/go.mod h1:ZX3YLJ5zYTxaVkeOAMsufYQZTOEwgFgAb2w1hZWIS3s=
github.com/sirupsen/logrus v1.4.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q=
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
Expand Down Expand Up @@ -462,8 +460,6 @@ golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u0
golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4=
golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM=
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU=
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1/go.mod h1:V1LtkGg67GoY2N1AnLN78QLrzxkLyJw7RJb1gzOOz9w=
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
Expand Down

0 comments on commit 97f936d

Please sign in to comment.