deps

package
v0.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 12, 2026 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dependencies

type Dependencies []Dependency

func (Dependencies) Diff

func (d Dependencies) Diff(name string, initial Dependencies) FileDiff

type Dependency

type Dependency struct {
	Name    string
	URL     string
	Version string
}

func (Dependency) Package

func (d Dependency) Package() string

func (Dependency) String

func (d Dependency) String() string

type FileDiff added in v0.0.8

type FileDiff struct {
	Path                string
	NewDependencies     Dependencies
	DeletedDependencies Dependencies
	UpdatedDependencies UpdatedDependencies
}

func (FileDiff) IsEmpty added in v0.0.8

func (f FileDiff) IsEmpty() bool

type FileDiffs added in v0.0.8

type FileDiffs []FileDiff

func (FileDiffs) AllEmpty added in v0.0.8

func (f FileDiffs) AllEmpty() bool

type UpdatedDependencies added in v0.0.8

type UpdatedDependencies []UpdatedDependency

type UpdatedDependency added in v0.0.8

type UpdatedDependency struct {
	Initial Dependency
	Latest  Dependency
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL