diff options
| author | Eric Biggers <ebiggers@google.com> | 2023-09-09 15:52:08 -0700 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2023-09-09 15:54:30 -0700 |
| commit | 43869584b3c9f9acade09d2d35b20e69623d98f8 (patch) | |
| tree | 88fb13e08bc0cfdcf5d03cea932f006444ca2033 /go.mod | |
| parent | 1ecdfe03ac24088be4b13b6119c5246c75d9e6d9 (diff) | |
Bump up required Go version to 1.18
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 +) |