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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/mmb/tmpbbs

go 1.26
go 1.27

toolchain go1.26.6
toolchain go1.27.1

require (
github.com/derekparker/trie v0.0.0-20230829180723-39f4de51ef7d
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/mmb/tmpbbs/tests/integration

go 1.26
go 1.27

toolchain go1.26.6
toolchain go1.27.1

require (
github.com/chromedp/cdproto v0.0.0-20260714215040-dc233986426f
Expand Down
4 changes: 2 additions & 2 deletions tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/mmb/tmpbbs/tools

go 1.26
go 1.27

toolchain go1.26.6
toolchain go1.27.1

tool (
golang.org/x/text/cmd/gotext
Expand Down