Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependency ¶
Dependency describes module and its version
type Module ¶
type Module struct {
Name string
GoVersion string
Require map[string]string
Exclude map[string]string
Replace map[string]Replacement
}
Module go.mod description
type Replacement ¶
type Replacement interface {
// contains filtered or unexported methods
}
Replacement is type safe hack to deal with the lack of algebraic/variative typing in Go
Click to show internal directories.
Click to hide internal directories.