depot

package module
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2024 License: MIT Imports: 4 Imported by: 0

README


dependency:
  ignore:
    - type: go
      name: github.com/goftp/file-driver
      version: "*"
    - type: go
      name: github.com/modfin/epoxy

  licenses:
    - type: go
      name: github.com/goodsign/monday
      version: v1.0.0
      license: [BSD-2-Clause]

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Dependency struct {
		Ignore   []Dependency `yaml:"ignore"`
		Licenses []Dependency `yaml:"licenses"`
	} `yaml:"dependency"`
}

type Dependency

type Dependency struct {
	Type    string   `yaml:"type"`
	Name    string   `yaml:"name"`
	Version string   `yaml:"version"`
	License []string `yaml:"license"`
}

type FileName

type FileName string

type LicenseStructure

type LicenseStructure map[SPDX]map[FileName][]string

func (LicenseStructure) String

func (license LicenseStructure) String() string

type SPDX

type SPDX string

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

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