Changeset 60 in code for trunk/go.mod


Ignore:
Timestamp:
Apr 21, 2023, 8:25:31 PM (2 years ago)
Author:
Izuru Yakumo
Message:

Add functions to build Amber and GCSS (taken from original project)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/go.mod

    r59 r60  
    44
    55require (
     6        github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
    67        github.com/russross/blackfriday/v2 v2.1.0
    78        github.com/sirupsen/logrus v1.9.0
     9        github.com/yosssi/gcss v0.1.0
    810        gopkg.in/yaml.v2 v2.4.0
    911)
Note: See TracChangeset for help on using the changeset viewer.