File: go.mod

package info (click to toggle)
golang-github-niklasfasching-go-org 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 788 kB
  • sloc: sh: 142; makefile: 42
file content (11 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
module github.com/niklasfasching/go-org

go 1.18

require (
	github.com/alecthomas/chroma/v2 v2.5.0
	github.com/pmezard/go-difflib v1.0.0
	golang.org/x/net v0.0.0-20201224014010-6772e930b67b
)

require github.com/dlclark/regexp2 v1.4.0 // indirect