From 8c3277e7b9c3998e434ad95922b99e6eba8012b1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 11 Oct 2022 10:40:25 +0200 Subject: Update to chroma v2 with sed support --- mpaste.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mpaste.go') diff --git a/mpaste.go b/mpaste.go index c306878..9383b63 100644 --- a/mpaste.go +++ b/mpaste.go @@ -12,11 +12,11 @@ import ( "strings" "sync" - "github.com/Mango0x45/getgopt" - "github.com/alecthomas/chroma/formatters/html" - "github.com/alecthomas/chroma/lexers" - "github.com/alecthomas/chroma/styles" + "github.com/alecthomas/chroma/v2/formatters/html" + "github.com/alecthomas/chroma/v2/lexers" + "github.com/alecthomas/chroma/v2/styles" "github.com/dgrijalva/jwt-go" + "github.com/Mango0x45/getgopt" ) const ( -- cgit v1.2.3