File: go.mod

package info (click to toggle)
golang-github-bmatcuk-doublestar 4.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 212 kB
  • sloc: makefile: 6
file content (9 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
module github.com/bmatcuk/doublestar/examples/find

replace github.com/bmatcuk/doublestar/v4 => ../

require (
  github.com/bmatcuk/doublestar/v4 v4.0.0
)

go 1.16