Skip to content

Commit

Permalink
bump go ver 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
10d9e committed Jun 3, 2023
1 parent 7f44452 commit cb1bbc8
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 383 deletions.
2 changes: 1 addition & 1 deletion examples/simple/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/thedonutfactory/examples

go 1.15
go 1.19

replace github.com/thedonutfactory/go-tfhe => ../../

Expand Down
2 changes: 1 addition & 1 deletion examples/test-addition-boot/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/thedonutfactory/examples

go 1.15
go 1.19

replace github.com/thedonutfactory/go-tfhe => ../../../go-tfhe

Expand Down
2 changes: 1 addition & 1 deletion examples/test-decomp-tgsw/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/thedonutfactory/examples

go 1.15
go 1.19

replace github.com/thedonutfactory/go-tfhe => ../../../go-tfhe

Expand Down
2 changes: 1 addition & 1 deletion examples/test-gate-bootstrapping/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/thedonutfactory/examples

go 1.15
go 1.19

replace github.com/thedonutfactory/go-tfhe => ../../../go-tfhe

Expand Down
2 changes: 1 addition & 1 deletion examples/test-lwe/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/thedonutfactory/examples

go 1.15
go 1.19

replace github.com/thedonutfactory/go-tfhe => ../../../go-tfhe

Expand Down
2 changes: 1 addition & 1 deletion examples/test-tlwe/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/thedonutfactory/go-tfhe/examples

go 1.15
go 1.19

replace github.com/thedonutfactory/go-tfhe => ../../../go-tfhe

Expand Down
8 changes: 7 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/thedonutfactory/go-tfhe

go 1.15
go 1.19

require (
github.com/badgerodon/collections v0.0.0-20130729185459-604e922904d3
Expand All @@ -9,3 +9,9 @@ require (
golang.org/x/exp v0.0.0-20210729172720-737cce5152fc
gonum.org/v1/gonum v0.9.3
)

require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
378 changes: 2 additions & 376 deletions go.sum

Large diffs are not rendered by default.

0 comments on commit cb1bbc8

Please sign in to comment.