Skip to content

Commit f40b62e

Browse files
committed
Update to latest agent version
1 parent 1a89f3d commit f40b62e

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
@@ -4,7 +4,7 @@ go 1.23.2
44

55
require (
66
github.com/chris-cmsoft/conftojson v0.0.0-20241105132434-7c8873e5cbb6
7-
github.com/compliance-framework/agent v0.1.9-0.20250708121809-c5059c3efac8
7+
github.com/compliance-framework/agent v0.2.1
88
github.com/hashicorp/go-hclog v1.6.3
99
github.com/hashicorp/go-plugin v1.6.2
1010
)
@@ -14,7 +14,7 @@ require (
1414
github.com/agnivade/levenshtein v1.2.0 // indirect
1515
github.com/beorn7/perks v1.0.1 // indirect
1616
github.com/cespare/xxhash/v2 v2.3.0 // indirect
17-
github.com/compliance-framework/configuration-service v0.2.12-0.20250708103936-23c66564a854 // indirect
17+
github.com/compliance-framework/api v0.4.0 // indirect
1818
github.com/defenseunicorns/go-oscal v0.6.2 // indirect
1919
github.com/fatih/color v1.18.0 // indirect
2020
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
@@ -32,10 +32,10 @@ github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UF
3232
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
3333
github.com/chris-cmsoft/conftojson v0.0.0-20241105132434-7c8873e5cbb6 h1:50LCDU9IpLMdBC9+6+g7EReo50gr0BBFevGRaLwmdJQ=
3434
github.com/chris-cmsoft/conftojson v0.0.0-20241105132434-7c8873e5cbb6/go.mod h1:lGxtdIwiDsj1U+vUxAydlacBWodyOoBjgJ9IX6T8YTQ=
35-
github.com/compliance-framework/agent v0.1.9-0.20250708121809-c5059c3efac8 h1:KESs41QePWTLYZMgKAWuQUBB3VMn9T774nI8+aeJF/Y=
36-
github.com/compliance-framework/agent v0.1.9-0.20250708121809-c5059c3efac8/go.mod h1:K9tKkawU6Bp0xmtcCsHRL29tj0eJQRtK4lFbq7ALzKs=
37-
github.com/compliance-framework/configuration-service v0.2.12-0.20250708103936-23c66564a854 h1:SJnaFykNrKhH1SpJhufQSghI0EmtF2P89K9hyFsLpqo=
38-
github.com/compliance-framework/configuration-service v0.2.12-0.20250708103936-23c66564a854/go.mod h1:iLh9bNKJHRIk2OrfpcoEz3VuX+rXyo7PA3Qh/pxeWLg=
35+
github.com/compliance-framework/agent v0.2.1 h1:I2cvHRdkBiIXeud7STptpg0+pzHBSUMiFxIuI4EzdGc=
36+
github.com/compliance-framework/agent v0.2.1/go.mod h1:fpUMZejzNNfwadGnrN8HpAAyka+UANx8LVhiLZeoPhg=
37+
github.com/compliance-framework/api v0.4.0 h1:wMptuEwrHfUykAmDuXIAc5VeLgVBmZUHJH1ASPUkLaY=
38+
github.com/compliance-framework/api v0.4.0/go.mod h1:ViBBOdBQ5dG/AdBGPIzEiJ0vuPDyChogBPVE2VfKwKY=
3939
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
4040
github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo=
4141
github.com/containerd/platforms v0.2.1 h1:zvwtM3rz2YHPQsF2CHYM8+KtB5dvhISiXh5ZpSBQv6A=

0 commit comments

Comments
 (0)