From ac30dbedfc58d83b89c771c56368803c81679255 Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Mon, 21 Feb 2022 16:25:58 +1100 Subject: [PATCH] refactor: use latest Go --- bin/{.go-1.16.3.pkg => .go@latest.pkg} | 0 bin/.hlb-0.3.pkg | 1 + bin/go | 2 +- bin/gofmt | 2 +- bin/hlb | 1 + go.mod | 9 +++++++-- 6 files changed, 11 insertions(+), 4 deletions(-) rename bin/{.go-1.16.3.pkg => .go@latest.pkg} (100%) create mode 120000 bin/.hlb-0.3.pkg create mode 120000 bin/hlb diff --git a/bin/.go-1.16.3.pkg b/bin/.go@latest.pkg similarity index 100% rename from bin/.go-1.16.3.pkg rename to bin/.go@latest.pkg diff --git a/bin/.hlb-0.3.pkg b/bin/.hlb-0.3.pkg new file mode 120000 index 0000000..383f451 --- /dev/null +++ b/bin/.hlb-0.3.pkg @@ -0,0 +1 @@ +hermit \ No newline at end of file diff --git a/bin/go b/bin/go index 1fd74de..142d6ff 120000 --- a/bin/go +++ b/bin/go @@ -1 +1 @@ -.go-1.16.3.pkg \ No newline at end of file +.go@latest.pkg \ No newline at end of file diff --git a/bin/gofmt b/bin/gofmt index 1fd74de..142d6ff 120000 --- a/bin/gofmt +++ b/bin/gofmt @@ -1 +1 @@ -.go-1.16.3.pkg \ No newline at end of file +.go@latest.pkg \ No newline at end of file diff --git a/bin/hlb b/bin/hlb new file mode 120000 index 0000000..c136244 --- /dev/null +++ b/bin/hlb @@ -0,0 +1 @@ +.hlb-0.3.pkg \ No newline at end of file diff --git a/go.mod b/go.mod index 0545836..b26ca9f 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,13 @@ module github.com/alecthomas/chroma/v2 go 1.17 require ( - github.com/alecthomas/repr v0.0.0-20220113201626-b1b626ac65ae // indirect - github.com/davecgh/go-spew v1.1.1 // indirect + github.com/alecthomas/repr v0.0.0-20220113201626-b1b626ac65ae github.com/dlclark/regexp2 v1.4.0 github.com/stretchr/testify v1.7.0 ) + +require ( + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect +)