Changeset 59 in code for trunk/go.mod


Ignore:
Timestamp:
Apr 18, 2023, 12:29:12 PM (2 years ago)
Author:
Izuru Yakumo
Message:

Add a more detailed usage note, and use logrus

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/go.mod

    r56 r59  
    55require (
    66        github.com/russross/blackfriday/v2 v2.1.0
     7        github.com/sirupsen/logrus v1.9.0
    78        gopkg.in/yaml.v2 v2.4.0
    89)
     10
     11require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
Note: See TracChangeset for help on using the changeset viewer.