mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
chore: copile flag
This commit is contained in:
parent
8c28aefada
commit
13ccdf9969
@ -1,10 +1,12 @@
|
||||
//go:build !pro
|
||||
|
||||
package bolt
|
||||
|
||||
import (
|
||||
"encoding/base64"
|
||||
|
||||
"github.com/semaphoreui/semaphore/db"
|
||||
"github.com/gorilla/securecookie"
|
||||
"github.com/semaphoreui/semaphore/db"
|
||||
"go.etcd.io/bbolt"
|
||||
)
|
||||
|
||||
|
@ -1,10 +1,12 @@
|
||||
//go:build !pro
|
||||
|
||||
package sql
|
||||
|
||||
import (
|
||||
"encoding/base64"
|
||||
"github.com/Masterminds/squirrel"
|
||||
"github.com/semaphoreui/semaphore/db"
|
||||
"github.com/gorilla/securecookie"
|
||||
"github.com/semaphoreui/semaphore/db"
|
||||
)
|
||||
|
||||
func (d *SqlDb) GetRunner(projectID int, runnerID int) (runner db.Runner, err error) {
|
||||
|
Loading…
Reference in New Issue
Block a user