Skip to content

Commit 5b90dce

Browse files
committed
go mod tidy and make license
1 parent 3d94e2e commit 5b90dce

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ require (
77
github.com/charmbracelet/bubbles v0.21.0
88
github.com/charmbracelet/bubbletea v1.3.6
99
github.com/charmbracelet/lipgloss v1.1.0
10+
github.com/ethereum/go-ethereum v1.16.2
1011
github.com/noble-assets/orbiter v1.0.0-beta.0
1112
)
1213

@@ -70,7 +71,6 @@ require (
7071
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
7172
github.com/emicklei/dot v1.6.2 // indirect
7273
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
73-
github.com/ethereum/go-ethereum v1.16.2 // indirect
7474
github.com/fatih/color v1.18.0 // indirect
7575
github.com/felixge/httpsnoop v1.0.4 // indirect
7676
github.com/fsnotify/fsnotify v1.7.0 // indirect

internal/style.go

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
// Licensed to the Apache Software Foundation (ASF) under one
2+
// or more contributor license agreements. See the NOTICE file
3+
// distributed with this work for additional information
4+
// regarding copyright ownership. The ASF licenses this file
5+
// to you under the Apache License, Version 2.0 (the
6+
// "License"); you may not use this file except in compliance
7+
// with the License. You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing,
12+
// software distributed under the License is distributed on an
13+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
// KIND, either express or implied. See the License for the
15+
// specific language governing permissions and limitations
16+
// under the License.
17+
118
package internal
219

320
import "github.com/charmbracelet/lipgloss"

0 commit comments

Comments
 (0)