From 43869584b3c9f9acade09d2d35b20e69623d98f8 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 9 Sep 2023 15:52:08 -0700 Subject: Bump up required Go version to 1.18 --- go.mod | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 211ec1b..16e15fc 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/google/fscrypt -go 1.16 +go 1.18 require ( github.com/client9/misspell v0.3.4 @@ -14,3 +14,11 @@ require ( google.golang.org/protobuf v1.31.0 honnef.co/go/tools v0.4.5 ) + +require ( + github.com/BurntSushi/toml v1.3.2 // indirect + github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect + github.com/russross/blackfriday/v2 v2.1.0 // indirect + golang.org/x/exp/typeparams v0.0.0-20221208152030-732eee02a75a // indirect + golang.org/x/mod v0.12.0 // indirect +) -- cgit v1.2.3