diff options
author | Carlos A Becker <caarlos0@users.noreply.github.com> | 2022-10-25 11:09:41 -0300 |
---|---|---|
committer | Christian Muehlhaeuser <muesli@gmail.com> | 2022-11-11 02:14:26 +0100 |
commit | d2870afb3d9aa0c8100dae976f601c1306ffb0a1 (patch) | |
tree | a9017963a3adf950f10e51ca300b49cf6fabcdb4 | |
parent | dec59a219902fca8fdf460ff7ed513132e9941d4 (diff) |
chore: go 1.16
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module github.com/charmbracelet/glow -go 1.13 +go 1.16 require ( github.com/charmbracelet/bubbles v0.7.6 |