Skip to content

Commit 7c2b01a

Browse files
authored
Merge pull request #38 from liquidmetal-dev/gomod_update
chore: update go.mod for latest flintlock
2 parents 7ee16c8 + cc0a2f2 commit 7c2b01a

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

go.mod

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@ go 1.23
44

55
toolchain go1.23.4
66

7-
replace (
8-
github.com/liquidmetal-dev/flintlock/api => ../flintlock/api
9-
github.com/liquidmetal-dev/flintlock/client => ../flintlock/client
10-
)
11-
127
require (
13-
github.com/liquidmetal-dev/flintlock/api v0.0.0-20241227150005-3cc8809bcb11
14-
github.com/liquidmetal-dev/flintlock/client v0.0.0-20241227150005-3cc8809bcb11
8+
github.com/liquidmetal-dev/flintlock/api v0.0.0-20250217152353-bad227d30da4
9+
github.com/liquidmetal-dev/flintlock/client v0.0.0-20250217152353-bad227d30da4
1510
github.com/moby/moby v27.4.1+incompatible
1611
github.com/urfave/cli/v2 v2.27.5
1712
github.com/yitsushi/macpot v1.0.3

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
1818
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
1919
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
2020
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
21+
github.com/liquidmetal-dev/flintlock/api v0.0.0-20250217152353-bad227d30da4 h1:OVdhfv+oSggFXcEvhHULAuJFNpU+k4g79ct54FLyzu0=
22+
github.com/liquidmetal-dev/flintlock/api v0.0.0-20250217152353-bad227d30da4/go.mod h1:aocJfIjHYMXrTvuISK75KQz3SEm1Xd+4BGIZike1jhI=
23+
github.com/liquidmetal-dev/flintlock/client v0.0.0-20250217152353-bad227d30da4 h1:DRhe5/c9koEB76yiAykdMhm2GLzWSSj9BUJHhhRJJR8=
24+
github.com/liquidmetal-dev/flintlock/client v0.0.0-20250217152353-bad227d30da4/go.mod h1:NChE0jzlpZA1395punDaV+5hJbVeVhoCcPHriNC0SUQ=
2125
github.com/moby/moby v27.4.1+incompatible h1:z6detzbcLRt7U+w4ovHV+8oYpJfpHKTmUbFWPG6cudA=
2226
github.com/moby/moby v27.4.1+incompatible/go.mod h1:fDXVQ6+S340veQPv35CzDahGBmHsiclFwfEygB/TWMc=
2327
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

0 commit comments

Comments
 (0)