Skip to content

Commit 6d8e10b

Browse files
author
Chris Vermeulen
authored
Merge pull request #5 from compliance-framework/feature-upgrade-renamed-api
Update to latest agent version
2 parents d96da0c + 7f260ad commit 6d8e10b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.6
55
toolchain go1.24.1
66

77
require (
8-
github.com/compliance-framework/agent v0.1.9-0.20250708121809-c5059c3efac8
8+
github.com/compliance-framework/agent v0.2.1
99
github.com/google/go-github/v71 v71.0.0
1010
github.com/hashicorp/go-hclog v1.6.3
1111
github.com/hashicorp/go-plugin v1.6.3
@@ -16,7 +16,7 @@ require (
1616
github.com/agnivade/levenshtein v1.2.1 // indirect
1717
github.com/beorn7/perks v1.0.1 // indirect
1818
github.com/cespare/xxhash/v2 v2.3.0 // indirect
19-
github.com/compliance-framework/configuration-service v0.2.12-0.20250708103936-23c66564a854 // indirect
19+
github.com/compliance-framework/api v0.4.0 // indirect
2020
github.com/defenseunicorns/go-oscal v0.6.2 // indirect
2121
github.com/fatih/color v1.18.0 // indirect
2222
github.com/go-ini/ini v1.67.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK3
2626
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
2727
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
2828
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
29-
github.com/compliance-framework/agent v0.1.9-0.20250708121809-c5059c3efac8 h1:KESs41QePWTLYZMgKAWuQUBB3VMn9T774nI8+aeJF/Y=
30-
github.com/compliance-framework/agent v0.1.9-0.20250708121809-c5059c3efac8/go.mod h1:K9tKkawU6Bp0xmtcCsHRL29tj0eJQRtK4lFbq7ALzKs=
31-
github.com/compliance-framework/configuration-service v0.2.12-0.20250708103936-23c66564a854 h1:SJnaFykNrKhH1SpJhufQSghI0EmtF2P89K9hyFsLpqo=
32-
github.com/compliance-framework/configuration-service v0.2.12-0.20250708103936-23c66564a854/go.mod h1:iLh9bNKJHRIk2OrfpcoEz3VuX+rXyo7PA3Qh/pxeWLg=
29+
github.com/compliance-framework/agent v0.2.1 h1:I2cvHRdkBiIXeud7STptpg0+pzHBSUMiFxIuI4EzdGc=
30+
github.com/compliance-framework/agent v0.2.1/go.mod h1:fpUMZejzNNfwadGnrN8HpAAyka+UANx8LVhiLZeoPhg=
31+
github.com/compliance-framework/api v0.4.0 h1:wMptuEwrHfUykAmDuXIAc5VeLgVBmZUHJH1ASPUkLaY=
32+
github.com/compliance-framework/api v0.4.0/go.mod h1:ViBBOdBQ5dG/AdBGPIzEiJ0vuPDyChogBPVE2VfKwKY=
3333
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
3434
github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo=
3535
github.com/containerd/platforms v0.2.1 h1:zvwtM3rz2YHPQsF2CHYM8+KtB5dvhISiXh5ZpSBQv6A=

0 commit comments

Comments
 (0)