Skip to content
Snippets Groups Projects
Commit 569ee435 authored by ale's avatar ale
Browse files

Merge branch 'renovate/github.com-coreos-go-systemd-v22-22.x' into 'master'

Update module coreos/go-systemd/v22 to v22.2.0

See merge request !10
parents c0426878 66ef582f
Branches
No related tags found
1 merge request!10Update module coreos/go-systemd/v22 to v22.2.0
......@@ -5,7 +5,7 @@ go 1.15
require (
git.autistici.org/ai3/go-common v0.0.0-20210118064555-73f00db54723
git.autistici.org/id/go-sso v0.0.0-20181118174541-ad4e62357912
github.com/coreos/go-systemd/v22 v22.1.0
github.com/coreos/go-systemd/v22 v22.2.0
github.com/go-ldap/ldap/v3 v3.2.4
github.com/go-sql-driver/mysql v1.5.0
github.com/lib/pq v1.9.0
......
......@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !windows
// Package activation implements primitives for systemd socket activation.
package activation
......
// Copyright 2015 CoreOS, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
package activation
import "os"
func Files(unsetEnv bool) []*os.File {
return nil
}
......@@ -21,7 +21,7 @@ github.com/beorn7/perks/quantile
github.com/cenkalti/backoff/v4
# github.com/cespare/xxhash/v2 v2.1.1
github.com/cespare/xxhash/v2
# github.com/coreos/go-systemd/v22 v22.1.0
# github.com/coreos/go-systemd/v22 v22.2.0
## explicit
github.com/coreos/go-systemd/v22/activation
github.com/coreos/go-systemd/v22/daemon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment