Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Sep 16, 2023
1 parent 7e587ec commit fdeb5d0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion engines/baidu/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/hbstack/theme-start/engines/baidu

go 1.21.1
go 1.19
2 changes: 1 addition & 1 deletion engines/bing/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/hbstack/theme-start/engines/bing

go 1.21.1
go 1.19
2 changes: 1 addition & 1 deletion engines/duckduckgo/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/hbstack/theme-start/engines/duckduckgo

go 1.21.1
go 1.19
2 changes: 1 addition & 1 deletion engines/google/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/hbstack/theme-start/engines/google

go 1.21.1
go 1.19
2 changes: 1 addition & 1 deletion engines/sogou/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/hbstack/theme-start/engines/sogou

go 1.21.1
go 1.19
2 changes: 1 addition & 1 deletion engines/wikipedia/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/hbstack/theme-start/engines/wikipedia

go 1.21.1
go 1.19
2 changes: 1 addition & 1 deletion engines/yahoo/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/hbstack/theme-start/engines/yahoo

go 1.21.1
go 1.19
2 changes: 1 addition & 1 deletion engines/yandex/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/hbstack/theme-start/engines/yandex

go 1.21.1
go 1.19
2 changes: 1 addition & 1 deletion exampleSite/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hbstack/theme-start/exampleSite

go 1.21.1
go 1.19

replace (
github.com/hbstack/theme-start => ../
Expand Down

0 comments on commit fdeb5d0

Please sign in to comment.