...
1// Hexacode Types
2// Package: gitlab.hexacode.org/go-libs/hctypes
3// Maintainer: Azzis Arswendo <azzis@hexacode.org>
4
5// Copyright (C) 2023 Hexacode Teknologi Indonesia
6// All Rights Reserved
7
8module gitlab.hexacode.org/go-libs/hctypes
9
10go 1.19
11
12require github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2
13
14require (
15 github.com/fatih/color v1.16.0 // indirect
16 github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f // indirect
17 github.com/mattn/go-colorable v0.1.13 // indirect
18 github.com/mattn/go-isatty v0.0.20 // indirect
19 golang.org/x/sys v0.14.0 // indirect
20)
View as plain text