Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/kptdev/docs

go 1.25.9
go 1.26.3

require github.com/google/docsy v0.12.0 // indirect
8 changes: 4 additions & 4 deletions documentation/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/google/docsy v0.12.0 h1:CddZKL39YyJzawr8GTVaakvcUTCJRAAYdz7W0qfZ2P4=
github.com/google/docsy v0.12.0/go.mod h1:1bioDqA493neyFesaTvQ9reV0V2vYy+xUAnlnz7+miM=
github.com/twbs/bootstrap v5.3.6+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/google/docsy v0.12.0 h1:CddZKL39YyJzawr8GTVaakvcUTCJRAAYdz7W0qfZ2P4=
github.com/google/docsy v0.12.0/go.mod h1:1bioDqA493neyFesaTvQ9reV0V2vYy+xUAnlnz7+miM=
github.com/twbs/bootstrap v5.3.6+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
1 change: 1 addition & 0 deletions documentation/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ignore = "exit 1"
NODE_VERSION = "18.16.1"
HUGO_VERSION = "0.147.8"
HUGO_ENABLEGITINFO = "true"
GO_VERSION = "1.26.3"

[context.production.environment]
HUGO_ENV = "production"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/kpt

go 1.26.2
go 1.26.3
Comment thread
liamfallon marked this conversation as resolved.
Comment thread
alphanota marked this conversation as resolved.

require (
github.com/Masterminds/semver/v3 v3.4.0
Expand Down
2 changes: 1 addition & 1 deletion healthcheck/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kptdev/kpt/healthcheck

go 1.26.2
go 1.26.3

require (
k8s.io/apimachinery v0.36.0
Expand Down
Loading